home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Faktury Express 5.94 PL - pelna wersja specjalna / setup.exe / {app} / Faktury5,2.exe / 0 / RCDATA / TDLG_WALUTY / TDLG_WALUTY.txt
Text File  |  2007-10-19  |  3KB  |  129 lines

  1. object Dlg_Waluty: TDlg_Waluty
  2.   Left = 235
  3.   Top = 148
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Kursy walut'
  7.   ClientHeight = 363
  8.   ClientWidth = 408
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnDestroy = FormDestroy
  20.   OnKeyPress = FormKeyPress
  21.   OnMouseMove = FormMouseMove
  22.   OnPaint = FormPaint
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Label1: TLabel
  27.     Left = 208
  28.     Top = 24
  29.     Width = 193
  30.     Height = 13
  31.     Caption = 'Pobieranie aktualizacji. Prosze czeka∩┐╜ ...'
  32.     Visible = False
  33.   end
  34.   object btnPobierz: TPanel
  35.     Left = 220
  36.     Top = 104
  37.     Width = 173
  38.     Height = 25
  39.     Anchors = [akLeft, akTop, akRight]
  40.     BevelOuter = bvNone
  41.     Caption = 'pobierz aktualizacje'
  42.     Color = 8257541
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clWhite
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.     TabOrder = 0
  50.     OnClick = btnPobierzClick
  51.   end
  52.   object CB_Waluta: TComboBox
  53.     Left = 220
  54.     Top = 64
  55.     Width = 97
  56.     Height = 21
  57.     Style = csDropDownList
  58.     ItemHeight = 13
  59.     TabOrder = 1
  60.     OnChange = CB_WalutaChange
  61.     OnKeyPress = FormKeyPress
  62.   end
  63.   object Kurs: TEdit
  64.     Left = 336
  65.     Top = 64
  66.     Width = 57
  67.     Height = 21
  68.     TabOrder = 2
  69.     OnKeyPress = FormKeyPress
  70.   end
  71.   object StatusBar: TStatusBar
  72.     Left = 0
  73.     Top = 344
  74.     Width = 408
  75.     Height = 19
  76.     Panels = <>
  77.     SimplePanel = True
  78.   end
  79.   object GroupBox1: TGroupBox
  80.     Left = 8
  81.     Top = 8
  82.     Width = 193
  83.     Height = 129
  84.     TabOrder = 4
  85.     object Info: TLabel
  86.       Left = 8
  87.       Top = 16
  88.       Width = 18
  89.       Height = 13
  90.       Caption = 'Info'
  91.     end
  92.   end
  93.   object Memo1: TMemo
  94.     Left = 40
  95.     Top = 168
  96.     Width = 329
  97.     Height = 153
  98.     ScrollBars = ssBoth
  99.     TabOrder = 5
  100.     WordWrap = False
  101.   end
  102.   object GetHTTP: TNMHTTP
  103.     Port = 0
  104.     ReportLevel = 0
  105.     Body = 'Default.htm'
  106.     Header = 'Head.txt'
  107.     InputFileMode = False
  108.     OutputFileMode = False
  109.     OnSuccess = GetHTTPSuccess
  110.     OnFailure = GetHTTPFailure
  111.     ProxyPort = 0
  112.     Left = 152
  113.     Top = 16
  114.   end
  115.   object GetXML: TNMHTTP
  116.     Port = 0
  117.     ReportLevel = 0
  118.     Body = 'Default.htm'
  119.     Header = 'Head.txt'
  120.     InputFileMode = False
  121.     OutputFileMode = False
  122.     OnSuccess = GetXMLSuccess
  123.     OnFailure = GetXMLFailure
  124.     ProxyPort = 0
  125.     Left = 152
  126.     Top = 48
  127.   end
  128. end
  129.